object FrmFilesModified: TFrmFilesModified Left = 337 Top = 216 BorderStyle = bsDialog Caption = 'Twistpad' ClientHeight = 265 ClientWidth = 375 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 4 Width = 281 Height = 28 AutoSize = False Caption = 'The following file(s) have been modified outside Twistpad. Do yo' + 'u want to reload them?' WordWrap = True end object Image1: TImage Left = 6 Top = 245 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Transparent = True end object Label2: TLabel Left = 27 Top = 247 Width = 315 Height = 13 Caption = 'Please note that any changes made to the documents will be lost.' end object Button1: TButton Left = 296 Top = 32 Width = 70 Height = 23 Caption = '&Yes' Default = True ModalResult = 6 TabOrder = 0 end object Button2: TButton Left = 296 Top = 60 Width = 70 Height = 23 Caption = '&No' ModalResult = 7 TabOrder = 1 end object CSListBox1: TCSListBox Left = 8 Top = 34 Width = 279 Height = 207 ItemHeight = 13 MultiSelect = True TabOrder = 2 end end